home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 050a / s3data10.zip / LDAT10.DOC < prev    next >
Text File  |  1993-01-26  |  2KB  |  66 lines

  1. Program:   Line Data (LDAT)
  2. Version:   1.0
  3. Date:      01/26/93
  4. Author:    George Spafford
  5. Copyright: George Spafford, All Rights Reserved
  6.  
  7. Purpose:
  8.  
  9. To take data that is stored with one DOS text line equivalent to one
  10. data field and convert it to a delimitted record format where one
  11. DOS text line equates to 1 record composed of multiple fields.
  12.  
  13. Procedure:
  14.  
  15. Place the LDAT.EXE program anywhere in your DOS path or in your active
  16. directory.  Run LDAT and answer its questions pertaining to the input 
  17. and output file names.
  18.  
  19. If you are processing a data file that has the records separated by a 
  20. blank line, answer "Y" to the question that asks this.  Otherwise, tell
  21. the program how many data lines compose one record.
  22.  
  23. The program also has options for trimming spaces, changing to upper case
  24. and specifying the delimitter.  For the delimitter, I recommend the vertical
  25. pipe (|) since it rarely occurs in data files (such as address lists).
  26.  
  27. The program will then convert the data file.  Make sure that you have
  28. enough space on your drive to accomodate the new file!
  29.  
  30. History:
  31.  
  32. v1.0    01/26/93
  33.         Initial Release.
  34.  
  35. REGISTER ME:
  36.  
  37. I hope this program helps you evaluate some of your problems
  38. or even makes some solutions/benefits clear.  This program is
  39. released as shareware.  Its price is $20 for each concurrently
  40. used copy.  If you have any suggestions or comments, I'd REALLY
  41. like to hear those too.
  42.  
  43.                 Sincerely,
  44.  
  45.                 George Spafford
  46.                 3001 LakeShore Drive, #329
  47.                 St. Joseph, MI 49085
  48.  
  49. Data:  (616) 468-5026  Queued Access BBS 14.4Kb USR Dual HST
  50.                        FIDOnet: 1:2340/0 NEC/NC Site.
  51.                        Sysop:  Tim Akright
  52.                        
  53. I can also be reached by EMail on the EXEC-PC and Channel One BBSes.
  54.  
  55. And now for the unpleasantries:
  56.         
  57. LDAT IS DISTRIBUTED AS IS.  THE AUTHOR (GEORGE SPAFFORD) MAKES NO
  58. WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED
  59. TO WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
  60. WITH RESPECT TO THIS SOFTWARE AND DOCUMENTATION. IN NO EVENT SHALL
  61. THE AUTHOR BE LIABLE FOR ANY DAMAGES, INCLUDING LOST PROFITS, LOST
  62. SAVINGS, OR ANY OTHER INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
  63. OUT OF THE USE OF OR THE INABILITY TO USE THIS PROGRAM.
  64. ----------------------------------------------------------------
  65.  
  66.